Viewing CMA Projects

Viewing a CMA project follows the same format as a Helix QAC project. Issue the following command to output the results for a CMA project to standard output:

qacli view -C <cma-project-name> --medium STDOUT

The Helix QAC projects are listed in the order in which they are defined in the CMA project. If no Helix QAC project is specified (as above), then the default behavior is to use CMA data from the first in the list of Helix QAC projects in the CMA project.

Viewing a CMA project in HTML will result in the output going to a sub-directory of the specified directory. The subdirectory will be the Helix QAC project name. If for example, you have a CMA project called ’CMA1’, with modules ’PRQA1’ and ’PRQA2’, a command such as:

qacli view -C CMA1 --medium HTML -o \tmp

will result in output going to /tmp/PRQA1/ and /tmp/PRQA2/ (Linux) or C:\tmp\PRQA1\ and C:\tmp\PRQA2\ (Windows).